home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / 1bear.swf / scripts / DefineButton2_377 / BUTTONCONDACTION on(release)_2.as next >
Encoding:
Text File  |  2008-11-12  |  79 b   |  7 lines

  1. on(release){
  2.    tellTarget("../bird")
  3.    {
  4.       gotoAndPlay(10);
  5.    }
  6. }
  7.